home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / SHLExamples / Delegation / EOFDelegateDatabaseCategory.h < prev    next >
Encoding:
Text File  |  1994-07-31  |  679 b   |  30 lines

  1. /*--------------------------------------------------------------------------
  2.  *
  3.  *     You may freely copy, distribute, and reuse the code in this example.
  4.  *     SHL Systemhouse disclaims any warranty of any kind, expressed or  
  5.  *    implied, as to its fitness for any particular use.
  6.  *
  7.  *
  8.  *    Database
  9.  *
  10.  *    Category Of:    EOFDelegate
  11.  *
  12.  *    Conforms To:    None
  13.  *
  14.  *    Declared In:    EOFDelegateDatabaseCategory.h
  15.  *
  16.  *    Category Description
  17.  *
  18.  *        Implements delegate methods sent by EODatabase, 
  19.  *        EODatabaseContext, and EODatabaseChannel.
  20.  *
  21.  *
  22.  *------------------------------------------------------------------------*/
  23. #import "EOFDelegate.h"
  24.  
  25.  
  26.  
  27. @interface EOFDelegate (Database)
  28.  
  29. @end
  30.